body, button, input, select, textarea {
    color: #000000;
}
.w1200 {
    max-width: 1300px;
    margin: 0 auto;
}
.content {
    width: 1300px;
    max-width: 1300px;
    margin: 0 auto;
}
.blk-main {
    width: 1300px;
    margin: 0 auto;
}
.top_bg {
    height: 100px;
}
.logobg{
    width: 27%;
    height: 100%;
    position: absolute;
    background: #f10000;
}
.logobg img{
    float: right;
    margin-right: 70px;
    margin-top: 15px;
}
.h_nav li a:before {
    background: unset;
    height: 0.2rem;
}
.h_nav li.cur{
    border-bottom: 2px solid #fe2800;
}
.h_nav li {
    padding: 0;
}
.h_nav {
    width: 70%;
    float: left;
    margin-left: 30%;
    margin-top: 38px;
}
.h_nav ul{
    display: flex;
    justify-content: space-between;
}
.h_nav li, .h_nav {
    height: 60px;
    line-height: 60px;
}
.h_nav li.cur a, .h_nav li a:hover {
    color: #000000;
    transition: all .2s;
}
.h_nav li:hover {
    border-bottom: 2px solid #fe2800;
}
.h_nav li a{
    height: auto;
}
.h_nav li .erji {
    background: #f10000;
    border-radius: unset;
}
.hnav{
    position: relative;
}
.headphone{
    display: flex;
    position: absolute;
    top: 15px;
    right: 0;
    line-height: 25px;
}
.headphone .hpitem span{
    font-size: 16px;
    color: #666666;
    background: url("../images/i2.png") no-repeat left;
    padding-left: 35px;
}
.headphone .hpitem p{
    font-size: 24px;
    color: #000000;
}
.headphone .hpitem{
    position: relative;
    align-self: center;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #666666;
}
.headphone .hpitem:last-child{
    padding: 0;
    margin: 0;
    border: 0;
}
.headphone .hpitem .hidewx{
    position: absolute;
    background: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    width: 120px;
    z-index: 1;
    left: -36px;
    top: 30px;
    display: none;
}
.headphone .hpitem .hidewx img{
    width: 100%;
}
.hwxcode:hover .hidewx{
    display: block;
}
.hidesearch {
    display: none;
    position: absolute;
    width: 250px;
    background: #f10000;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
    border-radius: 40px;
    top: -15px;
    right: 30px;
}
.serimg{
    cursor: pointer;
}
.hidesearch input{
    border: 0;
    line-height: 30px;
}
.hidesearch form{
    margin-bottom: 0;
}
.skeyword{
    padding-left: 10px;
}
.hsubmit{
    background: unset;
    color: #ffffff;
    margin-left: 5px;
}
.banner {
    height: 690px;
}
.gui_tit {
    margin-bottom: 60px;
    padding-top: 90px;
    font-size: 48px;
    font-weight: 500;
}
.gui_tit a{
    color: #000000;
}
.gui_tit a:hover {
    color: #000000;
}
.gui_tit b{
    font-weight: 500;
    color: #f10000;
}
.gui_tit span {
    font-size: 18px;
    color: #000000;
}

.iabs{
    background: #f2f2f2;
    padding-bottom: 180px;
}
.iabsl{
    width: 45%;
}
.iabsl h2{
    font-size: 30px;
    font-weight: 500;
    margin: 40px 0 25px;
    line-height: 55px;
}
.iabsl h2 span{
    display: block;
    width: 58px;
    height: 2px;
    background: #bc0519;
}
.iabsl .iabscontent{
    font-size: 16px;
    line-height: 35px;
}
.iabsr{
    width: 49%;
}
.iabsr img{
    width: 100%;
}
.iabsmore{
    width: 140px;
    display: block;
    font-size: 16px;
    color: #666666;
    border: 1px solid #666666;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    margin-top: 45px;
}
.iabsmore:hover{
    background: #f10000;
    color: #ffffff;
    border: 1px solid #f10000;
}
.iabstt{
    font-size: 26px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 3px solid #f10000;
    margin: 80px 0 30px;
}
.iabitem img, .iabitem p{
    width: 250px;
}
.picScroll-left .hd img.inext {
    left: 1300px;
}
.picScroll-left .hd img {
    top: 80px;
}

/*新闻中心*/
.ipart03 {
    padding: 1px 0 0;
}

.ipart03 .infor {
    text-align: center
}

.ipart03 .infor .tit {
    font-size: 34px;
    line-height: 34px;
    color: #2a2a2a;
}

.ipart03 .content {
    margin-top: 10px;
}


.ipart03 .content .left {
    width: 32%;
    float: left;
}

.ipart03 .content .left a {
    display: block;
}

.ipart03 .content .left .intro {
    background: #fff
}
.ipart03 .content .left a img{
    width: 100%;
}
.ipart03 .content .left .intro .box {
    padding: 25px 53px 35px 35px;
}

.ipart03 .content .left .intro .box .t {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.ipart03 .content .left .intro .box .c {
    font-size: 15px;
    color: #666666;
    margin-bottom: 15px;
}

.ipart03 .content .left .intro .box .date {
    font-size: 14px;
    color: #9d9d9d;
    font-family: Arial;
    position: relative;
}

.ipart03 .content .left .intro .box .icon {
    width: 32px;
    height: 9px;
    background: url(../image/ipart03_2.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.ipart03 .content .left:hover .intro .box .t {
    color: #bf1b1d
}

.ipart03 .content .center {
    width: 32%;
    float: left;
    margin: 0 1%;
}

.ipart03 .content .center .item {
    background: #fff;
    transition: all 0.5s ease;
}

.ipart03 .content .center .item01 {
    margin-bottom: 11px;
}

.ipart03 .content .center .item_box {
    display: block;
    padding: 20px 42px 30px;
    background: #f4f4f4;
}

.ipart03 .content .center .item_box .t {
    font-size: 18px;
    color: #242424;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.ipart03 .content .center .item_box .c {
    font-size: 14px;
    color: #686868;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*margin-top: 15px;*/
    margin-bottom: 10px;
    transition: all 0.5s ease;
}

.ipart03 .content .center .item_box .date {
    color: #9d9d9d;
    position: relative;
    font-family: Arial;
    border-bottom: 1px solid #d8d8d8;
    transition: all 0.5s ease;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.ipart03 .content .center .item_box .date .day {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
    color: #000000;
}

.ipart03 .content .center .item_box .date .year {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    color: #000000;
}

.ipart03 .content .center .item_box .date .icon {
    width: 32px;
    height: 9px;
    background: url(../images/i8.png) no-repeat center;
    position: absolute;
    right: 25px;
    bottom: 50px;
    transition: all 0.5s ease;
}

/*.ipart03 .content .center .item:hover {*/
/*    box-shadow: 0 0 20px rgba(0, 0, 0, .1)*/
/*}*/

/*.ipart03 .content .center .item:hover .item_box .t {*/
/*    color: #bf1b1d*/
/*}*/

/*.ipart03 .content .center .item:hover .item_box .c {*/
/*    color: #bf1b1d*/
/*}*/

/*.ipart03 .content .center .item:hover .item_box .date {*/
/*    color: #bf1b1d*/
/*}*/

/*.ipart03 .content .center .item:hover .item_box .date .icon {*/
/*    background: url(../images/i8.png) no-repeat center;*/
/*}*/

.ipart03 .content .right {
    width: 34%;
    float: right;
}

.ipart03 .content .right li {
    margin-top: 17px;
    background: #fff;
    transition: all 0.5s ease;
    background: #f4f4f4;
    position: relative;
}

.ipart03 .content .right li:first-child {
    margin-top: 0
}

.ipart03 .content .right .li_box {
    display: block;
    padding: 21px 35px;
}

.ipart03 .content .right .li_box .date {
    display: inline-block;
    width: 15%;
    color: #9d9d9d;
    font-family: Arial;
    margin-right: 0;
    transition: all 0.5s ease;
    vertical-align: middle;
    padding: 3px 0;
}

.ipart03 .content .right .li_box .date .day {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
    color: #000000;
}

.ipart03 .content .right .li_box .date .line {
    width: 21px;
    height: 2px;
    background: #d4d4d4;
    margin: 10px 0 13px;
}

.ipart03 .content .right .li_box .date .year {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.ipart03 .content .right .li_box .intro {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    margin-left: 15px;
}

.ipart03 .content .right .li_box .intro .t {
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}

.ipart03 .content .right .li_box .intro .icon {
    width: 32px;
    height: 9px;
    background: url(../images/i8.png) no-repeat center;
    margin-top: 15px;
    transition: all 0.5s ease;
    position: absolute;
    right: 20px;
    top: 65px;
    bottom: 0;
    margin: auto;
}

.ipart03 .content .right li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.ipart03 .content .right li:hover .li_box .date {
    color: #bf1b1d;
}

/*.ipart03 .content .right li:hover .li_box .intro .t {*/
/*    color: #bf1b1d;*/
/*}*/

/*.ipart03 .content .right li:hover .li_box .intro .icon {*/
/*    background: url(../images/i8.png) no-repeat center;*/
/*}*/

.ipart03 .content .left .intro .box {
    padding: 20px 42px 30px;
    background: #f4f4f4;
}


.ipart03 .content .left .box .date {
    color: #9d9d9d;
    position: relative;
    font-family: Arial;
    border-bottom: 1px solid #d8d8d8;
    transition: all 0.5s ease;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.ipart03 .content .left .box .date .day {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
    color: #000000;
}

.ipart03 .content .left .box .date .year {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    color: #000000;
}

.ipart03 .content .left .box .date .icon {
    width: 32px;
    height: 9px;
    background: url(../images/i8.png) no-repeat center;
    position: absolute;
    right: 25px;
    bottom: 50px;
    transition: all 0.5s ease;
}
.ipart03 .content .center .item a:hover,.ipart03 .content .left .intro .box:hover,.ipart03 .content .right li:hover{
    background: #f10000;
}
.ipart03 .content .left .intro .box:hover .date .icon,.ipart03 .content .center .item a:hover .date .icon,.ipart03 .content .right li:hover a .intro .icon{
    background: url(../images/i8-1.png) no-repeat center;
}

.ipart03 .content .center .item a:hover .date .day,.ipart03 .content .center .item a:hover .date .year,.ipart03 .content .center .item a:hover .t,.ipart03 .content .center .item a:hover .c,.ipart03 .content .left .intro .box:hover .date .year,.ipart03 .content .left .intro .box:hover .date .day,.ipart03 .content .left .intro .box:hover .t,.ipart03 .content .left .intro .box:hover .c,.ipart03 .content .right li:hover .date .day,.ipart03 .content .right li:hover .date .year,.ipart03 .content .right li:hover .intro .t{
    color: #ffffff;
}



.ikehu{
    padding-bottom: 65px;
}
.khitem{
    width: 15%;
    margin-right: 1.66%;
    float: left;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    padding: 2px;
    box-sizing: border-box;
}
.khitem img{
    width: 100%;
    transition: all .2s;
}
.khitem img:hover{
    transform: scale(1.1);
}

.imsg{
    padding-bottom: 90px;
}
.imsgmain{
    padding: 35px;
    background: url("../images/i12.png") no-repeat center;
    background-size: cover;
}
.imsgmain p{
    font-size: 20px;
    color: #ffffff;
}
.imsgmain h2{
    font-size: 30px;
    color: #ffffff;
    font-weight: 500;
    line-height: 35px;
    margin: 10px 0 20px;
}
.imsgmain form{
    display: flex;
    justify-content: space-between;
}
.imsgmain form .msginput:nth-child(1){
    width: 20%;
}
.imsgmain form .msginput:nth-child(2){
    width: 31%;
}
.imsgmain form .msginput:nth-child(3){
    width: 31%;
}
.imsgmain form .msginput:nth-child(4){
    width: 15%;
    padding-left: 0px;
}
.msginput{
    background: #ffffff;
    padding-left: 20px;
    box-sizing: border-box;
}
.msginput img{
    float: left;
    margin-top: 12px;
}
.msginput input{
    border: 0;
    padding-left: 10px;
    line-height: 50px;
    background: #ffffff;
}
.msginput .msgsub{
    background: #403d3d;
    color: #ffffff;
    width: 100%;
    padding: 0;
}

/*底部*/
.ifoot{
    padding: 85px 0 0;
    background: #000000;
    color: #ffffff;
}
.ifoot .w1200{
    display: flex;
    justify-content: space-between;
}
.ifoot1{
    width: 320px;
}
.ifoot2{
    width: 200px;
}
.ifoot3{
    width: 240px;
}
.ifoot4{
    width: 240px;
}
.ifoot5{
    width: 320px;
}
.ifoot h2{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
}
.ifoot ul li a{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    display: block;
}
.ifoot1 img{
    display: block;
}
.ifoot1 .wxcode{
    width: 125px;
    margin-top: 30px;
}
.footicp p{
    font-size: 16px;
    color: #ffffff;
    line-height: 85px;
    text-align: center;
    border-top: 1px solid #ffffff;
    margin-top: 70px;
}

.footicp p a{
    color: #ffffff;
}


.fdh-01-tit {
    background: #f10000;
    height: 80px;
}
.leftnav-z1-list dl:hover {
    border-color: #f10000;
}
.leftnav-z1-list dl:hover h4 a {
    color: #f10000;
}
.leftnav-z1-list dl:hover .leftnav-z1-list-deta {
    background: #f10000;
    border-color: #f10000;
}
.cbgg-01 {
    background: #f10000;
    text-align: center;
    color: #fff;
}
.k12-xl-xwlb-1nt2-1-01-list dl:hover {
    border: 1px solid #f10000;
}
.k12-xl-xwlb-1nt2-1-01-list dl:hover h4 a {
    color: #f10000;
}
.k12-xl-xwlb-1nt2-1-01-list dl:hover .k12-xl-xwlb-1nt2-1-01-list-deta {
    background: #f10000;
    border-color: #f10000;
}
.hzkh dl dd a{
    text-align: center;
}
.hzkh dl dd h4{
    line-height: 20px;
    height: 20px;
}
.hzkh dl{
    width: 19%;
}
.hzkh dl:nth-child(5n){
    margin-right: 0;
}
.hzkh dt img {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.xypg-pagination ul li{
    display: inline-block;
}


.tl-fdh-02 li.sidenavcur, .tl-fdh-02 li:hover {
    background: url(../image/p16-icon6.png) no-repeat bottom center #f10000;
    border-color: #f10000;
}
.fdh-01-nav dt.sidenavcur a, .fdh-01-nav dt:hover a {
    color: #f10000;
}
.fdh-01-nav dt.sidenavcur:after, .fdh-01-nav dt:hover:after {
    border-color: #f10000;
}
.pc-cx-tel-1-t1 {
    background: #f10000;
}
.bt {
    border-left: 7px solid #f10000;
}
.iprott {
    background: #f10000;
}
.iprott p {
    color: #fff;
}
.iprott a {
    color: #000000;
    padding: 10px 20px;
    background: #ffffff;
}
.rect-86{
    overflow: hidden;
}
.iabsr img,.ipart03 .content .left a img{
    transition: all .3s;
}
.iabsr img:hover,.ipart03 .content .left a img:hover{
    transform: scale(1.1);
}
.iabitem img{
    transition: all .3s;
}
.iabitem img:hover{
    transform: scale(1.1);
}


@media (max-width: 996px) {
    .banner {
        height: auto;
    }
    .gui_tit {
        margin-bottom: 30px;
        padding-top: 40px;
        font-size: 28px;
        font-weight: 500;
    }
    .gui_tit span {
        font-size: 14px;
        color: #000000;
    }
    .ipror-item p {
        font-size: 14px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
        padding: 15px 5px;
        box-sizing: border-box;
    }
    .iabsl h2 {
        font-size: 22px;
        margin-top: 0;
    }
    .iabsl {
        width: 100%;
    }
    .w1200 {
        max-width: unset;
        margin: 0 auto;
        padding: 0 3%;
        box-sizing: border-box;
    }
    .iabsr {
        width: 100%;
        margin-top: 20px;
    }
    .iabsmore {
        width: 120px;
        display: block;
        font-size: 14px;
        color: #666666;
        border: 1px solid #666666;
        line-height: 35px;
        text-align: center;
        border-radius: 5px;
        margin-top: 30px;
    }
    .iabstt {
        font-size: 22px;
    }
    .iabitem{
        margin-right: 10px;
    }
    .iabitem img, .iabitem p {
        width: 100%;
    }
    .iabs {
        padding-bottom: 80px;
    }
    .content {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
    }
    .ipart03 .content .left {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .ipart03 .content .center {
        width: 100%;
        float: left;
        margin: 0%;
    }
    .ipart03 .content .right {
        width: 100%;
        float: right;
    }
    .ipart03 .content .right .li_box .date .year {
        font-size: 12px;
    }
    .khitem {
        width: 49%;
        margin-right: 2%;
        float: left;
    }
    .khitem:nth-child(2n){
        margin-right: 0;
    }
    .imsgmain p {
        font-size: 16px;
    }
    .imsgmain h2 {
        font-size: 22px;
        margin: 10px 0 20px;
    }
    .imsgmain form {
        display: block;
    }
    .imsgmain form .msginput{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .ifoot1{
        width: 100%;
        margin-bottom: 30px;
    }
    .ifoot2,.ifoot3,.ifoot4 {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
    .ifoot .w1200 {
        display: block;
        overflow: hidden;
    }
    .ifoot5{
        margin-top: 30px;
    }
    .ifoot {
        padding: 50px 0 0;
    }
    .ifoot ul li a {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .ifoot h2 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .footicp p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 30px;
        padding: 15px 5px;
        box-sizing: border-box;
    }
    .blk-main {
        width: 100%;
        margin: 0 auto;
    }
    .leftnav-z1-list dl {
        width: 100%;
    }
    .endit-content.contactm img{
        width: 30px !important;
        height: auto !important;
        float: left;
    }
    .lxall{
        border: 0 !important;
    }
    .lxall .lxcom, .lxall .kfqq {
        width: 100% !important;
        padding: 0 5px;
        box-sizing: border-box;
        margin-left: 0 !important;
    }
    .lxall .yslxdh {
        padding-left: 10px !important;
        font-size: 15px !important;
    }
    .lxall .lxft{
        height: auto !important;
    }
    .endit-content.contactm p{
        margin: 0;
        border: 0;
        margin-bottom: 10px;
    }
    .mainch_l .tijiao{
        width: 100% !important;
    }
    .tl-fdh-02 li {
        margin-bottom: 10px;
    }
}